const runtime._KindSpecialCleanup
9 uses
runtime (current package)
mcheckmark.go#L175: if sp.kind != _KindSpecialFinalizer && sp.kind != _KindSpecialCleanup {
mcheckmark.go#L187: case _KindSpecialCleanup:
mcleanup.go#L241: iter, exists := span.specialFindSplicePoint(offset, _KindSpecialCleanup)
mcleanup.go#L249: if offset == s.offset && _KindSpecialCleanup == s.kind &&
mcleanup.go#L256: if offset < s.offset || (offset == s.offset && _KindSpecialCleanup < s.kind) {
mgcmark.go#L462: case _KindSpecialCleanup:
mheap.go#L1963: _KindSpecialCleanup = 7
mheap.go#L2182: s.special.kind = _KindSpecialCleanup
mheap.go#L2814: case _KindSpecialCleanup:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |